home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / txture_p.dxr / 00072.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  656 b   |  29 lines

  1. on mouseWithin
  2.   set the memberNum of sprite 113 to member("white")
  3. end
  4.  
  5. on mouseLeave
  6.   set the memberNum of sprite 113 to member("tan")
  7. end
  8.  
  9. on mouseUp me
  10.   if the locH of sprite 106 > 430 then
  11.     makeradial(165, 106, "triangle")
  12.   end if
  13.   if the locH of sprite 107 > 430 then
  14.     makeradial(177, 107, "moon")
  15.   end if
  16.   if the locH of sprite 108 > 430 then
  17.     makeradial(185, 108, "square")
  18.   end if
  19.   if the locH of sprite 109 > 430 then
  20.     makeradial(195, 109, "point")
  21.   end if
  22.   if the locH of sprite 110 > 430 then
  23.     makeradial(205, 110, "circle")
  24.   end if
  25.   if the locH of sprite 111 > 430 then
  26.     makeradial(214, 111, "star")
  27.   end if
  28. end
  29.